PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioSortInformation Class / setSortFields Method
An array of names specifying the fields used for sorting the portfolio items in the user interface.
In This Topic
    setSortFields Method
    In This Topic
    Sets the list of fields used for sort order.
    Syntax
    public void setSortFields( 
       java.lang.String[] sortFields
    )

    Parameters

    sortFields
    An array of names specifying the fields used for sorting the portfolio items in the user interface.
    Exceptions
    ExceptionDescription
    When sortFields is null or its length is 0.
    See Also